ComponentOne Xamarin.Android
CanMove Method (C1CursorCollectionView<T,K>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1CursorCollectionView<T,K> Class : CanMove Method
Syntax
'Declaration
 
Public Overridable Function CanMove( _
   ByVal fromIndex As Integer, _
   ByVal toIndex As Integer _
) As Boolean
'Usage
 
Dim instance As C1CursorCollectionView(Of T,K)
Dim fromIndex As Integer
Dim toIndex As Integer
Dim value As Boolean
 
value = instance.CanMove(fromIndex, toIndex)
public virtual bool CanMove( 
   int fromIndex,
   int toIndex
)

Parameters

fromIndex
toIndex
See Also

Reference

C1CursorCollectionView<T,K> Class
C1CursorCollectionView<T,K> Members